(hook): Fix typos in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 22:35:27 +0000 (22:35 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 22:35:27 +0000 (22:35 +0000)
lisp/cus-edit.el

index 26d44ee3c3f7031c50a5c756bc074d49336c7a54..af4cc43daec1a7f9c2d40a30d664eeeaefa6382b 100644 (file)
@@ -3664,7 +3664,7 @@ restoring it to the state of a face that has never been customized."
 ;;; The `hook' Widget.
 
 (define-widget 'hook 'list
-  "An emacs lisp hook."
+  "An Emacs Lisp hook."
   :value-to-internal (lambda (widget value)
                       (if (and value (symbolp value))
                           (list value)
@@ -4304,7 +4304,7 @@ This function does not save the buffer."
                            (eq (get symbol 'force-value)
                                'rogue))))
              (comment (get symbol 'saved-variable-comment)))
-         ;; Check REQUESTS for validity. 
+         ;; Check REQUESTS for validity.
          (dolist (request requests)
            (when (and (symbolp request) (not (featurep request)))
              (message "Unknown requested feature: %s" request)